PDF4Java Reference Documentation
com.o2sol.pdf4java.core.security Package / PDFStandardSecurityHandler Class / setEnableDocumentAssembly Method
True if the user can assemble the document (insert, rotate, or delete pages and create bookmarks or thumbnail images), even if getEnableDocumentChange is not set.
In This Topic
    setEnableDocumentAssembly Method
    In This Topic
    Sets a value indicating whether the user can assemble the document.
    This property is valid only for security handlers that use 128 bit keys.
    Syntax
    public void setEnableDocumentAssembly( 
       boolean value
    )

    Parameters

    value
    True if the user can assemble the document (insert, rotate, or delete pages and create bookmarks or thumbnail images), even if getEnableDocumentChange is not set.
    See Also